home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mail / stripqwk.zip / STRIP.DOC < prev    next >
Text File  |  1991-12-23  |  4KB  |  78 lines

  1.                     STRIP (C)1991 R.Janorkar
  2.                     ~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.           Strip is a utiltity to modify QWK and REP mail packets
  5.           created by BBS off-line mail door/readers.
  6.  
  7.           Strip allows you to replace existing text lines within such
  8.           packets with anything you may wish including Taglines, From,
  9.           To, Subject, or even the Reader/Door signature.
  10.  
  11.           Strip requires a configuration file to run, this file must
  12.           contain the following lines -
  13.  
  14.           \PATH\FILE.EXT
  15.           Search_String
  16.           Replace_string
  17.           Yes
  18.  
  19.           FILE.EXT is the actual file that Strip will modify with the
  20.           entire path to the file. Search_string is the string that
  21.           will be changed - Replace_String is the string that it will
  22.           be changed to. Yes is mandatory for changing, it must be
  23.           there or the program will abort with an ERROR message. This
  24.           config file may be called anything - the name has to be
  25.           passed to Strip on the command line. Strip can be run
  26.           multiple times with different config files.
  27.  
  28.           Note that Strip will NOT handle the actual QWK or REP
  29.           packet ! It can only handle the raw ASCII files that contain
  30.           the actual messages and are in the QWK or REP packet. Under
  31.           Tomcat this file is called MESSAGES.DAT in the QWK packet,
  32.           and from readers (e.g. SLMR) it bears the root name of the
  33.           REP packet with a MSG extension (e.g. PHOTO.REP will have
  34.           the file PHOTO.MSG in it).
  35.  
  36.           You could process each packet manually - by unarchiving the
  37.           packet and running Strip, or set up your reader/door to do
  38.           this automatically.
  39.  
  40.           Enclosed are two sample batch files for this job. You will
  41.           have to modify them with your correct paths.
  42.  
  43.           Additionally you will have to set up your reader/door by
  44.           changing the archiver options. You can set up for processing
  45.           packets being RECEIVED (QWK) or SENT (REP). Assuming you are
  46.           using PKZIP/PKUNZIP, change the line in your reader/door
  47.           that says PKUNZIP <options> to UNZIP <options> for
  48.           processing QWK packets; and the line that says PKZIP
  49.           <options> to ZIP <options> for processing REP packets - or
  50.           both if needed. Then create or modify the config file for
  51.           Strip to suit your needs. Strip is now set up and you can
  52.           test it by simply using your mail reader as you normally
  53.           would ! In mail doors (like Tomcat) the files are the same
  54.           although to the mail door the QWK and REP definations are
  55.           reversed - the batch files are still the same though.
  56.  
  57.           LIMITATIONS !
  58.  
  59.           Strip will only replace existing lines in the packet. If the
  60.           replacement line is larger than the original, the overlap
  61.           WILL cover the characters following. However, if used for
  62.           Names or Subjects this will not be a problem. If the
  63.           replacement line is smaller than the original line, it would
  64.           be a good idea to pad the line with blanks in the config
  65.           file so the original line is totally masked.
  66.  
  67.           Strip was written in Assembly, and is very fast. It only
  68.           uses about 64 K memory. It will run on anything from a 8088
  69.           to a 80486. Strip is (C)Copyright 1991 R.Janorkar, but you
  70.           are free to distribute it in it's original unmodified ZIP
  71.           form. Complaints, suggestions and comments are welcomed,
  72.           please call the Photographers Network BBS with them.
  73.  
  74.           No warranties are made implied or otherwise about the
  75.           quality of this software, use it at your own risk. The
  76.           author is NOT responsible for this program's abilities or
  77.           disabilities, and the author is NOT responsible for any
  78.           damages to software or hardware.